home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Games World / Games Utilities / NetRPG / NetRPG Manual 3 / NetRPG Manual 3.rsrc / TEXT_1100_First things.txt < prev    next >
Text File  |  1997-05-21  |  5KB  |  85 lines

  1. Setting up NetRPG for the first time    
  2.  
  3. Open up the NetRPG application.  Once NetRPG is running, quit out of it either with command-Q or with the menu.  NetRPG will have made a hierarchy of folders on your startup disk, like the following:
  4.  
  5. HardDrive : System Folder : Preferences Folder : NetRPG Folder :
  6.  
  7. In the NetRPG Folder are two things:
  8. ‚Ä¢ NetRPG Preferences file
  9. ‚Ä¢ NetRPG Characters folder
  10.  
  11. NetRPG Preferences file    
  12. (NOTE:  Unlike Chat, these options aren't set in the resource fork)
  13. Double clicking the NetRPG Preferences file will open it up with SimpleText (or TeachText).  It looks like this:
  14.  
  15. DontAllowPasswords: UNUSED
  16. DontAllowLogins: UNUSED
  17. DontAllowWhispers: FALSE
  18. DontAllowYells: FALSE
  19. PortNumber: 1420
  20. NumberOfTicksToOtherApps: 3
  21. NumberOfTotalConnectionsMade: 215
  22. NumberOfTotalLinesSent: 125065
  23. AdministratorPassword: admin
  24. NetRPG is free but send me some email at erich@webrpg.com
  25.  
  26. The first four options are explained in the Chat documentation.
  27.  
  28. The port number is set to 1420 by default, but you can change it to 23 if you want people to be able to connect by just typing "telnet mymac.cs.uiuc.edu" instead of "telnet mymac.cs.uiuc.edu 1420"
  29.  
  30. The NumberOfTicksToOtherApps controls the relative speed of the server.  It should run fine with a setting of 3.  The recommend settings are from 2 to 15.
  31.  
  32. The next 2 items are used to keep track of usage of the NetRPG server.
  33.  
  34. The Administrator password is the password used to do admin commands.
  35.  
  36. A note on logging: The default for NetRPG is to NOT store a log for channel 1, which is the normal channel my group uses for playing.  If you want to keep a record of events/typing on channel 1, set a file name in the "log names" in the STR# rsrc.
  37.  
  38. The reason there is no default log is that Muddweller and other programs have their own logging facilities.  See the chat documentation for further details.
  39.  
  40. The last item is a remnant from when NetRPG was shareware.
  41.  
  42. NetRPG Characters folder    
  43. Inside the characters folder is where each player's character sheet is stored.  In order for someone to log in, they must be given a character sheet.  To do this, copy the "Blank" file from the NetRPG samples that came with this distribution.  The Blank character sheet looks like this:
  44.  
  45. Password: user
  46. AC: 10
  47. HP: 2 / 2
  48. Ready: 
  49. --[Below this line is the visible character sheet]--
  50.  
  51. The name of the file is the login name of that player.  (Ex: Mike can log in as character Blade if the file "blade" exists in the characters folder).  Give each person a password that they will remember.  The other lines in the header are used to store a player's settings between sessions.
  52.  
  53. Logging in to NetRPG    
  54. Run your favorite telnet or mudding program (like Muddweller) and connect to the mac which is running NetRPG.  Be sure to use the correct port #!  Log in using a character name you have created (see NetRPG Characters Folder above) and the corresponding password.  You should get some intro messages saying that you are logged in.
  55.  
  56. If you want to take advantage of NetRPG's real-time mapping facilities, then everyone playing should log in twice.  These secondary windows are called 'info windows'.  To get an info window, make a second connection to the NetRPG server.  Log in using the same name, but use "info" as your password.  If everything is typed correctly, you will have now activated your info window.
  57.  
  58. When any icons are moved on the map, all people with info windows get updated copies of the map sent to them.  Also, other types of information output are sent to the info-window instead of the main window, so as not to get in the way of conversation in the main window.
  59.  
  60. To log out, all you need to do is type "/quit" and it will log you out of both windows.
  61.  
  62. Help Screens    
  63. The following help screen is available by typing a single slash "/":
  64.  
  65. ===========================
  66. NetRPG Online Help
  67. ===========================
  68. Type "/help <topic>" without the quotes, where <topic> is one of:
  69. chat - general chat commands
  70. rpg - general characters' commands
  71. sheet - working with characters' character sheets
  72. dm - DM commands (usable only by the person logged in as 'DM')
  73. map - DM commands for working with the map
  74. admin - commands for managing the NetRPG server
  75.  
  76. Topical help is available via "/help rpg", etc.
  77.  
  78. General NetRPG Notes    
  79. In NetRPG, the person logging in with a name of "DM" has access to many commands that the players can't use.  Since duplicate names are not allowed, this results in a simple security method against players using DM features.
  80.  
  81. All commands ignore capitalization.  ie, /ATTACK = /attack = /AtTaCk, as well as /ATTACK ORC = /attack orc.
  82.  
  83. The best way to get used to all these options is just to crank up the server and play around with it.  Check out the differences between DM commands and results, and regular player commands and results.
  84.  
  85.